Release 10.1A: OpenEdge Deployment:
Managing 4GL Applications
Using the PROLIB utility
The PROLIB utility allows you to create and maintain standard libraries and generate memory-mapped libraries. This is the syntax to start the PROLIB utility:
Operating system
Syntax UNIX
Windows prolib library-name parameter [ file-name ... ]
[ parameter [ file-name ... ] ... ]
library-nameSpecifies the name of an r-code library. The library name must have a
.plextension.parameterSpecifies what action to take on the library. Table 6–1 lists the parameters and their descriptions.
When specifying a parameter, you do not have to type the complete parameter name. You can type the minimally unique string for each parameter (for example,
-lfor-listand-efor-extract).The
-nowarnand-verboseparameters modify the behavior of the-create,-makeshared,-add,-replace,-delete,-list,-extract, and-yankparameters.You can place the
-nowarn,-pf, and-verboseparameters anywhere on the command line. They affect the processing of all other specified parameters.You must place the
-createparameter before all other parameters. PROLIB processes parameters in left-to-right order as they appear on the command line. If an error occurs during the PROLIB command, PROLIB terminates. This behavior occurs so that options specified later in the command line, which might depend on the failed option, do not execute.You cannot use the
-add,-replace,-delete,-extract,-yank, or-compressparameters with a memory-mapped library (that is, when you specify a memory-mapped library inlibrary-name).file-nameSpecifies the name of an r-code file, or a memory-mapped library file when using the
-makesharedparameter.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |